<xs:element name="discounttype" minOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="notspecified|nodiscount|mixedmatchdiscount|quantitypricebreakdiscount|discountagreementclassificationdiscount|manualrowdiscount|manualrowpriceincrease|subtotaldiscount|purchasepriceraisepercentage|discountagreementclassificationdiscount|queuebustingsale|transactiondiscount" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|